home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************/
- /* */
- /* Sample command file for automatic logon to RBBS systems */
- /* */
- /**********************************************************************/
-
- %E7 /* Use ANSI-BBS emulation for ANSI graphics */
- %C"55" /* Call dialing directory entry number 15 */
- %T"!" /* Transmit several Carriage returns waiting */
- %W"1" /* 1 second in between... */
- %T"!" /* */
- %W"1" /* */
- %T"!" /* */
- %W"1" /* */
- %T"!" /* */
- %W"1" /* */
- %T"!" /* */
- %I"YOUR FIRST NAME?" /* Wait for first name prompt... */
- %T"ALBERT!" /* Send name. */
- %I"YOUR LAST NAME?" /* Wait for last name prompt... */
- %T"EINSTEIN!" /* Send name. */
- %I"(dots echo)?" /* Wait for RBBS password prompt... */
- %T"EMC2!" /* Send password */
- %A /* Sound alarm to let you know logon is complete */